home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / tex / mf / inputs / drucker.mf < prev    next >
Text File  |  1993-11-28  |  1KB  |  61 lines

  1. %
  2. % Terminal resolution is set to the maximal value 4095x4095.  Don't be
  3. % afraid that your display monitor can't handle this great a screen;
  4. % These values are overridden by `screenheight' and `screenwidth' in
  5. % the configuration file `mfmemory.config'.
  6. %
  7. screen_rows:=4095; screen_cols:=4095;
  8.  
  9. mode_def deskjet =                    % HP DeskJet 500
  10.   proofing        := 0;
  11.   fontmaking      := 1;
  12.   tracingtitles   := 0;
  13.   pixels_per_inch := 300;
  14.   blacker         := 0;
  15.   fillin          := 0;
  16.   o_correction    := .6;
  17. enddef;
  18.  
  19. mode_def epson =               % Epson  240*216 dpi
  20.   proofing        := 0;
  21.   fontmaking      := 1;
  22.   tracingtitles   := 0;
  23.   pixels_per_inch := 240;
  24.   blacker         := .3;
  25.   fillin          := .15;
  26.   o_correction    := .2;
  27.   aspect_ratio    := 9/10;
  28. enddef;
  29.  
  30. mode_def previewer =           % Amiga Previewer  100 dpi
  31.   proofing        := 0;
  32.   fontmaking      := 1;
  33.   tracingtitles   := 0;
  34.   pixels_per_inch := 100;
  35.   blacker         := .2;
  36.   fillin          := .1;
  37.   o_correction    := .02;
  38. enddef;
  39.  
  40. mode_def neclow =              % NEC P20  180 dpi
  41.   proofing:=0;
  42.   fontmaking:=1;
  43.   tracingtitles:=0;
  44.   pixels_per_inch:=180;
  45.   blacker:=0;
  46.   fillin:=0;
  47.   o_correction:=.2;
  48. enddef;
  49.  
  50. mode_def nechigh =             % NEC P20  360 dpi
  51.   proofing:=0;
  52.   fontmaking:=1;
  53.   tracingtitles:=0;
  54.   pixels_per_inch:=360;
  55.   blacker:=0;
  56.   fillin:=.2;
  57.   o_correction:=.6;
  58. enddef;
  59.  
  60. localfont:=nechigh;
  61.